math/rand/v2.PCG.hi (field)
6 uses
math/rand/v2 (current package)
pcg.go#L19: hi uint64
pcg.go#L30: p.hi = seed1
pcg.go#L38: byteorder.BePutUint64(b[4:], p.hi)
pcg.go#L50: p.hi = byteorder.BeUint64(data[4:])
pcg.go#L73: hi += p.hi*mulLo + p.lo*mulHi
pcg.go#L77: p.hi = hi
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |